BatchResponse

@Serializable
data class BatchResponse(val status: Int, val body: JsonObject? = null)

Constructors

Link copied to clipboard
constructor(status: Int, body: JsonObject? = null)

Properties

Link copied to clipboard
val body: JsonObject? = null
Link copied to clipboard
val status: Int